﻿2026-06-15T13:28:21.5609410Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T13:28:21.5609903Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T13:28:21.5610250Z [36;1m$PIN = "0c95435"[0m
2026-06-15T13:28:21.5610527Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T13:28:21.5610784Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T13:28:21.5611149Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T13:28:21.5611534Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T13:28:21.5611846Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T13:28:21.5612147Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T13:28:21.5612413Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T13:28:21.5612689Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T13:28:21.5613024Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T13:28:21.5613303Z [36;1m}[0m
2026-06-15T13:28:21.5613488Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T13:28:21.5615090Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T13:28:21.5691204Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T13:28:21.5691486Z ##[endgroup]
2026-06-15T13:28:22.3831404Z    Compiling proc-macro2 v1.0.106
2026-06-15T13:28:22.3831714Z    Compiling unicode-ident v1.0.24
2026-06-15T13:28:22.3831968Z    Compiling quote v1.0.45
2026-06-15T13:28:22.3832436Z    Compiling cfg-if v1.0.4
2026-06-15T13:28:22.3832785Z    Compiling serde_core v1.0.228
2026-06-15T13:28:22.3833134Z    Compiling serde v1.0.228
2026-06-15T13:28:22.3833421Z    Compiling windows-link v0.2.1
2026-06-15T13:28:22.3833777Z    Compiling typenum v1.20.1
2026-06-15T13:28:22.3834093Z    Compiling getrandom v0.3.4
2026-06-15T13:28:22.3834387Z    Compiling portable-atomic v1.13.1
2026-06-15T13:28:22.3834877Z    Compiling pin-project-lite v0.2.17
2026-06-15T13:28:22.3835876Z    Compiling version_check v0.9.5
2026-06-15T13:28:22.3836306Z    Compiling shlex v2.0.1
2026-06-15T13:28:22.3836986Z    Compiling find-msvc-tools v0.1.9
2026-06-15T13:28:22.3837874Z    Compiling memchr v2.8.1
2026-06-15T13:28:22.3838432Z    Compiling critical-section v1.2.0
2026-06-15T13:28:22.4505968Z    Compiling subtle v2.6.1
2026-06-15T13:28:22.4783773Z    Compiling windows-sys v0.61.2
2026-06-15T13:28:22.4993689Z    Compiling smallvec v1.15.1
2026-06-15T13:28:22.5201888Z    Compiling futures-core v0.3.32
2026-06-15T13:28:22.5241487Z    Compiling equivalent v1.0.2
2026-06-15T13:28:22.6356512Z    Compiling itoa v1.0.18
2026-06-15T13:28:22.6515713Z    Compiling bytes v1.11.1
2026-06-15T13:28:22.6521191Z    Compiling semver v1.0.28
2026-06-15T13:28:22.6857335Z    Compiling stable_deref_trait v1.2.1
2026-06-15T13:28:22.7268958Z    Compiling log v0.4.32
2026-06-15T13:28:22.7458072Z    Compiling futures-sink v0.3.32
2026-06-15T13:28:22.7645844Z    Compiling generic-array v0.14.7
2026-06-15T13:28:22.7954226Z    Compiling futures-io v0.3.32
2026-06-15T13:28:22.8269586Z    Compiling rustc_version v0.4.1
2026-06-15T13:28:22.8882260Z    Compiling slab v0.4.12
2026-06-15T13:28:22.9268614Z    Compiling futures-channel v0.3.32
2026-06-15T13:28:22.9451722Z    Compiling hashbrown v0.17.1
2026-06-15T13:28:23.0382083Z    Compiling futures-task v0.3.32
2026-06-15T13:28:23.1081405Z    Compiling rustversion v1.0.22
2026-06-15T13:28:23.1462817Z    Compiling getrandom v0.2.17
2026-06-15T13:28:23.1634232Z    Compiling cpufeatures v0.2.17
2026-06-15T13:28:23.2051827Z    Compiling fnv v1.0.7
2026-06-15T13:28:23.2101424Z    Compiling libc v0.2.186
2026-06-15T13:28:23.2654525Z    Compiling cfg_aliases v0.2.1
2026-06-15T13:28:23.3022342Z    Compiling rand_core v0.10.1
2026-06-15T13:28:23.3274266Z    Compiling strsim v0.11.1
2026-06-15T13:28:23.3347431Z    Compiling writeable v0.6.3
2026-06-15T13:28:23.3487406Z    Compiling autocfg v1.5.1
2026-06-15T13:28:23.4464719Z    Compiling indexmap v2.14.0
2026-06-15T13:28:23.4638170Z    Compiling litemap v0.8.2
2026-06-15T13:28:23.4869584Z    Compiling getrandom v0.4.2
2026-06-15T13:28:23.4877746Z    Compiling fs_extra v1.3.0
2026-06-15T13:28:23.5438042Z    Compiling jobserver v0.1.34
2026-06-15T13:28:23.5993708Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T13:28:23.6070640Z    Compiling ident_case v1.0.1
2026-06-15T13:28:23.6564005Z    Compiling icu_properties_data v2.2.0
2026-06-15T13:28:23.6963002Z    Compiling cc v1.2.63
2026-06-15T13:28:23.7516762Z    Compiling utf8_iter v1.0.4
2026-06-15T13:28:23.7791598Z    Compiling dunce v1.0.5
2026-06-15T13:28:23.8767483Z    Compiling percent-encoding v2.3.2
2026-06-15T13:28:23.8767994Z    Compiling http v1.4.1
2026-06-15T13:28:23.9358540Z    Compiling unicode-segmentation v1.13.3
2026-06-15T13:28:23.9412146Z    Compiling cpufeatures v0.3.0
2026-06-15T13:28:24.0106698Z    Compiling crypto-common v0.1.7
2026-06-15T13:28:24.0319615Z    Compiling thiserror v2.0.18
2026-06-15T13:28:24.0768178Z    Compiling syn v2.0.117
2026-06-15T13:28:24.1432176Z    Compiling aws-lc-rs v1.17.0
2026-06-15T13:28:24.1602596Z    Compiling scopeguard v1.2.0
2026-06-15T13:28:24.1956267Z    Compiling chacha20 v0.10.0
2026-06-15T13:28:24.2856397Z    Compiling lock_api v0.4.14
2026-06-15T13:28:24.3115029Z    Compiling block-buffer v0.10.4
2026-06-15T13:28:24.3115613Z    Compiling form_urlencoded v1.2.2
2026-06-15T13:28:24.3175522Z    Compiling untrusted v0.9.0
2026-06-15T13:28:24.3668301Z    Compiling bitflags v2.12.1
2026-06-15T13:28:24.4188171Z    Compiling num-traits v0.2.19
2026-06-15T13:28:24.5191297Z    Compiling cmake v0.1.58
2026-06-15T13:28:24.5309595Z    Compiling rand v0.10.1
2026-06-15T13:28:24.5450475Z    Compiling digest v0.10.7
2026-06-15T13:28:24.5608292Z    Compiling windows-strings v0.5.1
2026-06-15T13:28:24.5630297Z    Compiling windows-result v0.4.1
2026-06-15T13:28:24.6262577Z    Compiling heck v0.5.0
2026-06-15T13:28:24.7335593Z    Compiling rustls v0.23.40
2026-06-15T13:28:24.7668624Z    Compiling convert_case v0.10.0
2026-06-15T13:28:24.7934205Z    Compiling const-oid v0.10.2
2026-06-15T13:28:24.8336544Z    Compiling atomic-waker v1.1.2
2026-06-15T13:28:24.8877183Z    Compiling anyhow v1.0.102
2026-06-15T13:28:24.9150166Z    Compiling unicode-xid v0.2.6
2026-06-15T13:28:24.9728764Z    Compiling parking_lot_core v0.9.12
2026-06-15T13:28:25.0612645Z    Compiling httparse v1.10.1
2026-06-15T13:28:25.0962764Z    Compiling zerocopy v0.8.50
2026-06-15T13:28:25.0974428Z    Compiling http-body v1.0.1
2026-06-15T13:28:25.1048313Z    Compiling hybrid-array v0.4.12
2026-06-15T13:28:25.1491868Z    Compiling curve25519-dalek v4.1.3
2026-06-15T13:28:25.1985307Z    Compiling ahash v0.8.12
2026-06-15T13:28:25.2275792Z    Compiling powerfmt v0.2.0
2026-06-15T13:28:25.2430534Z    Compiling either v1.16.0
2026-06-15T13:28:25.3186183Z    Compiling fastrand v2.4.1
2026-06-15T13:28:25.3836545Z    Compiling base64ct v1.8.3
2026-06-15T13:28:25.4520550Z    Compiling deranged v0.5.8
2026-06-15T13:28:25.4589454Z    Compiling rand_core v0.6.4
2026-06-15T13:28:25.5653478Z    Compiling tower-service v0.3.3
2026-06-15T13:28:25.6511629Z    Compiling aws-lc-sys v0.41.0
2026-06-15T13:28:25.6574008Z    Compiling ring v0.17.14
2026-06-15T13:28:25.6627179Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T13:28:25.6681065Z    Compiling base64 v0.22.1
2026-06-15T13:28:25.6792876Z    Compiling try-lock v0.2.5
2026-06-15T13:28:25.7034629Z    Compiling num-conv v0.2.2
2026-06-15T13:28:25.7808526Z    Compiling tinyvec_macros v0.1.1
2026-06-15T13:28:25.8392557Z    Compiling data-encoding v2.11.0
2026-06-15T13:28:25.8975122Z    Compiling time-core v0.1.8
2026-06-15T13:28:25.9272630Z    Compiling pkg-config v0.3.33
2026-06-15T13:28:25.9501392Z    Compiling vcpkg v0.2.15
2026-06-15T13:28:25.9738553Z    Compiling zmij v1.0.21
2026-06-15T13:28:26.0127561Z    Compiling want v0.3.1
2026-06-15T13:28:26.1201439Z    Compiling tinyvec v1.11.0
2026-06-15T13:28:26.2290788Z    Compiling parking_lot v0.12.5
2026-06-15T13:28:26.2350140Z    Compiling block-buffer v0.12.0
2026-06-15T13:28:26.2760153Z    Compiling crypto-common v0.2.2
2026-06-15T13:28:26.3091339Z    Compiling vergen-lib v9.1.0
2026-06-15T13:28:26.3346880Z    Compiling sha2 v0.10.9
2026-06-15T13:28:26.4072041Z    Compiling inout v0.1.4
2026-06-15T13:28:26.5509819Z    Compiling n0-future v0.3.2
2026-06-15T13:28:26.5589782Z    Compiling cordyceps v0.3.4
2026-06-15T13:28:26.5638770Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T13:28:26.6458488Z    Compiling signature v2.2.0
2026-06-15T13:28:26.7008705Z    Compiling httpdate v1.0.3
2026-06-15T13:28:26.7451957Z    Compiling winnow v1.0.3
2026-06-15T13:28:26.7962511Z    Compiling parking v2.2.1
2026-06-15T13:28:26.8163621Z    Compiling diatomic-waker v0.2.3
2026-06-15T13:28:26.8164189Z    Compiling spin v0.10.0
2026-06-15T13:28:26.8394064Z    Compiling crossbeam-utils v0.8.21
2026-06-15T13:28:26.8905210Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T13:28:26.9364378Z    Compiling winapi v0.3.9
2026-06-15T13:28:26.9700400Z    Compiling serde_json v1.0.150
2026-06-15T13:28:26.9862265Z    Compiling futures-buffered v0.2.13
2026-06-15T13:28:27.0658854Z    Compiling digest v0.11.3
2026-06-15T13:28:27.0754505Z    Compiling futures-lite v2.6.1
2026-06-15T13:28:27.1845280Z    Compiling ed25519 v2.2.3
2026-06-15T13:28:27.2460118Z    Compiling cipher v0.4.4
2026-06-15T13:28:27.3328973Z    Compiling vergen v9.1.0
2026-06-15T13:28:27.3780546Z    Compiling vergen-lib v0.1.6
2026-06-15T13:28:27.4205625Z    Compiling universal-hash v0.5.1
2026-06-15T13:28:27.5102754Z    Compiling noq-udp v0.10.0
2026-06-15T13:28:27.5294557Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T13:28:27.5361318Z    Compiling heapless v0.7.17
2026-06-15T13:28:27.6083798Z    Compiling sync_wrapper v1.0.2
2026-06-15T13:28:27.6451960Z    Compiling opaque-debug v0.3.1
2026-06-15T13:28:27.6783211Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T13:28:27.7323756Z    Compiling byteorder v1.5.0
2026-06-15T13:28:27.7396518Z    Compiling allocator-api2 v0.2.21
2026-06-15T13:28:27.8018271Z    Compiling polyval v0.6.2
2026-06-15T13:28:27.8837607Z    Compiling hash32 v0.2.1
2026-06-15T13:28:27.9081909Z    Compiling synstructure v0.13.2
2026-06-15T13:28:27.9253223Z    Compiling darling_core v0.20.11
2026-06-15T13:28:27.9385381Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T13:28:28.1063337Z    Compiling vergen-gitcl v1.0.8
2026-06-15T13:28:28.1139367Z    Compiling spin v0.9.8
2026-06-15T13:28:28.1271523Z    Compiling windows-threading v0.2.1
2026-06-15T13:28:28.2482555Z    Compiling signature v3.0.0
2026-06-15T13:28:28.3008981Z    Compiling fallible-iterator v0.3.0
2026-06-15T13:28:28.3240956Z    Compiling ryu v1.0.23
2026-06-15T13:28:28.3895978Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T13:28:28.4677074Z    Compiling tower-layer v0.3.3
2026-06-15T13:28:28.5289660Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T13:28:28.6493335Z    Compiling windows-targets v0.52.6
2026-06-15T13:28:28.6748566Z    Compiling ghash v0.5.1
2026-06-15T13:28:28.6997279Z    Compiling aes v0.8.4
2026-06-15T13:28:28.7073583Z    Compiling ctr v0.9.2
2026-06-15T13:28:28.7573293Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T13:28:28.7658247Z    Compiling time v0.3.47
2026-06-15T13:28:28.8180346Z    Compiling http-body-util v0.1.3
2026-06-15T13:28:28.8846445Z    Compiling aead v0.5.2
2026-06-15T13:28:29.0197404Z    Compiling proc-macro-crate v3.5.0
2026-06-15T13:28:29.0911105Z    Compiling ipconfig v0.3.4
2026-06-15T13:28:29.3919323Z    Compiling widestring v1.2.1
2026-06-15T13:28:29.4506365Z    Compiling aes-gcm v0.10.3
2026-06-15T13:28:29.4917410Z    Compiling windows-sys v0.59.0
2026-06-15T13:28:29.6171144Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T13:28:29.6229618Z    Compiling crossbeam-channel v0.5.15
2026-06-15T13:28:29.6904226Z    Compiling blake3 v1.8.5
2026-06-15T13:28:29.7183145Z    Compiling windows-registry v0.6.1
2026-06-15T13:28:29.7457874Z    Compiling socket2 v0.6.4
2026-06-15T13:28:29.8497107Z    Compiling mio v1.2.1
2026-06-15T13:28:30.0985793Z    Compiling uuid v1.23.2
2026-06-15T13:28:30.1119524Z    Compiling memoffset v0.6.5
2026-06-15T13:28:30.1858813Z    Compiling netwatch v0.16.0
2026-06-15T13:28:30.1998689Z    Compiling noq v0.18.0
2026-06-15T13:28:30.2325015Z    Compiling acto v0.8.2
2026-06-15T13:28:30.2852097Z    Compiling ref-cast v1.0.25
2026-06-15T13:28:30.2986118Z    Compiling serde_derive v1.0.228
2026-06-15T13:28:30.4369302Z    Compiling zeroize_derive v1.4.3
2026-06-15T13:28:30.4864841Z    Compiling zerofrom-derive v0.1.7
2026-06-15T13:28:30.6073692Z    Compiling yoke-derive v0.8.2
2026-06-15T13:28:30.7430404Z    Compiling tokio-macros v2.7.0
2026-06-15T13:28:30.7494427Z    Compiling futures-macro v0.3.32
2026-06-15T13:28:30.7725490Z    Compiling zerovec-derive v0.11.3
2026-06-15T13:28:30.8014960Z    Compiling displaydoc v0.2.6
2026-06-15T13:28:30.8458919Z    Compiling tracing-attributes v0.1.31
2026-06-15T13:28:30.8825523Z    Compiling thiserror-impl v2.0.18
2026-06-15T13:28:30.8989593Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T13:28:31.0974494Z    Compiling darling_macro v0.20.11
2026-06-15T13:28:31.3225467Z    Compiling zeroize v1.8.2
2026-06-15T13:28:31.5948768Z    Compiling rustls-pki-types v1.14.1
2026-06-15T13:28:31.6905993Z    Compiling derive_more-impl v2.1.1
2026-06-15T13:28:31.7409925Z    Compiling tokio v1.52.3
2026-06-15T13:28:31.7410443Z    Compiling darling v0.20.11
2026-06-15T13:28:31.7472814Z    Compiling windows-interface v0.59.3
2026-06-15T13:28:31.8020535Z    Compiling futures-util v0.3.32
2026-06-15T13:28:31.8097801Z    Compiling windows-implement v0.60.2
2026-06-15T13:28:31.8211539Z    Compiling spez v0.1.2
2026-06-15T13:28:31.9707515Z    Compiling derive_builder_core v0.20.2
2026-06-15T13:28:32.2624553Z    Compiling n0-error-macros v0.1.3
2026-06-15T13:28:32.3018384Z    Compiling zerofrom v0.1.8
2026-06-15T13:28:32.3248804Z    Compiling der v0.8.0-rc.10
2026-06-15T13:28:32.5010140Z    Compiling pin-project-internal v1.1.13
2026-06-15T13:28:32.5316329Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T13:28:32.5806720Z    Compiling yoke v0.8.3
2026-06-15T13:28:32.7488529Z    Compiling postcard-derive v0.2.2
2026-06-15T13:28:32.7727976Z    Compiling windows-core v0.62.2
2026-06-15T13:28:32.8068241Z    Compiling cobs v0.3.0
2026-06-15T13:28:32.9047492Z    Compiling zerovec v0.11.6
2026-06-15T13:28:33.0290869Z    Compiling zerotrie v0.2.4
2026-06-15T13:28:33.0520756Z    Compiling derive_builder_macro v0.20.2
2026-06-15T13:28:33.1374147Z    Compiling strum_macros v0.28.0
2026-06-15T13:28:33.1493079Z    Compiling data-encoding-macro v0.1.20
2026-06-15T13:28:33.3220780Z    Compiling n0-error v0.1.3
2026-06-15T13:28:33.3372039Z    Compiling spki v0.8.0-rc.4
2026-06-15T13:28:33.3787653Z    Compiling ed25519-dalek v2.2.0
2026-06-15T13:28:33.4202800Z    Compiling derive_builder v0.20.2
2026-06-15T13:28:33.4868019Z    Compiling tinystr v0.8.3
2026-06-15T13:28:33.5551338Z    Compiling potential_utf v0.1.5
2026-06-15T13:28:33.5893971Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T13:28:33.6365762Z    Compiling icu_locale_core v2.2.0
2026-06-15T13:28:33.6808307Z    Compiling icu_collections v2.2.0
2026-06-15T13:28:33.7454586Z    Compiling spt-proto v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T13:28:33.7485959Z    Compiling pin-project v1.1.13
2026-06-15T13:28:33.7900720Z    Compiling windows-collections v0.3.2
2026-06-15T13:28:33.9733956Z    Compiling windows-numerics v0.3.1
2026-06-15T13:28:34.0439410Z    Compiling windows-future v0.3.2
2026-06-15T13:28:34.0872288Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T13:28:34.1204097Z    Compiling num_enum_derive v0.7.6
2026-06-15T13:28:34.2037317Z    Compiling async-trait v0.1.89
2026-06-15T13:28:34.2175231Z    Compiling enum-assoc v1.3.0
2026-06-15T13:28:34.3109509Z    Compiling rustc-hash v2.1.2
2026-06-15T13:28:34.4248403Z    Compiling lru-slab v0.1.2
2026-06-15T13:28:34.6276238Z    Compiling icu_provider v2.2.0
2026-06-15T13:28:34.6318416Z    Compiling ipnet v2.12.0
2026-06-15T13:28:34.7729764Z    Compiling futures-executor v0.3.32
2026-06-15T13:28:34.8476465Z    Compiling icu_properties v2.2.0
2026-06-15T13:28:34.9047020Z    Compiling icu_normalizer v2.2.0
2026-06-15T13:28:35.0073281Z    Compiling once_cell v1.21.4
2026-06-15T13:28:35.0234914Z    Compiling prefix-trie v0.8.4
2026-06-15T13:28:35.0494246Z    Compiling futures v0.3.32
2026-06-15T13:28:35.1321874Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T13:28:35.1700009Z    Compiling tracing-core v0.1.36
2026-06-15T13:28:35.2821712Z    Compiling windows v0.62.2
2026-06-15T13:28:35.3772069Z    Compiling chrono v0.4.45
2026-06-15T13:28:35.4760297Z    Compiling hashbrown v0.14.5
2026-06-15T13:28:35.5398814Z    Compiling postcard v1.1.3
2026-06-15T13:28:35.5631674Z    Compiling identity-hash v0.1.0
2026-06-15T13:28:35.6346235Z    Compiling tracing v0.1.44
2026-06-15T13:28:35.6738891Z    Compiling tokio-util v0.7.18
2026-06-15T13:28:35.6799305Z    Compiling tower v0.5.3
2026-06-15T13:28:35.6806691Z    Compiling derive_more v2.1.1
2026-06-15T13:28:35.6872314Z    Compiling mac-addr v0.3.0
2026-06-15T13:28:35.7788894Z    Compiling foldhash v0.2.0
2026-06-15T13:28:35.8603855Z    Compiling tagptr v0.2.0
2026-06-15T13:28:35.8980053Z    Compiling xml-rs v0.8.28
2026-06-15T13:28:36.0679380Z    Compiling idna_adapter v1.2.2
2026-06-15T13:28:36.0784671Z    Compiling hashlink v0.9.1
2026-06-15T13:28:36.0821508Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T13:28:36.0927068Z    Compiling thiserror v1.0.69
2026-06-15T13:28:36.1193322Z    Compiling moka v0.12.15
2026-06-15T13:28:36.1602960Z    Compiling iroh-metrics v0.38.3
2026-06-15T13:28:36.2469365Z    Compiling idna v1.1.0
2026-06-15T13:28:36.2818111Z    Compiling hashbrown v0.16.1
2026-06-15T13:28:36.3021136Z    Compiling netdev v0.42.0
2026-06-15T13:28:36.4425817Z    Compiling h2 v0.4.14
2026-06-15T13:28:36.5920188Z    Compiling url v2.5.8
2026-06-15T13:28:36.6742552Z    Compiling rusqlite v0.32.1
2026-06-15T13:28:36.7009936Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T13:28:36.9357514Z    Compiling n0-watcher v0.6.1
2026-06-15T13:28:37.0554240Z    Compiling xmltree v0.10.3
2026-06-15T13:28:37.0926482Z    Compiling tokio-stream v0.1.18
2026-06-15T13:28:37.1336417Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T13:28:37.1656506Z    Compiling iroh-base v0.98.0
2026-06-15T13:28:37.1824837Z    Compiling tower-http v0.6.11
2026-06-15T13:28:37.2263997Z    Compiling attohttpc v0.30.1
2026-06-15T13:28:37.2817318Z    Compiling strum v0.28.0
2026-06-15T13:28:37.3369812Z    Compiling num_enum v0.7.6
2026-06-15T13:28:37.4557934Z    Compiling iroh-relay v0.98.0
2026-06-15T13:28:37.4837395Z    Compiling toml_datetime v0.6.11
2026-06-15T13:28:37.5804811Z    Compiling spt-store v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T13:28:37.6354535Z    Compiling serde_spanned v0.6.9
2026-06-15T13:28:37.8341158Z    Compiling thiserror-impl v1.0.69
2026-06-15T13:28:37.8361262Z    Compiling ref-cast-impl v1.0.25
2026-06-15T13:28:37.9134814Z    Compiling serde_derive_internals v0.29.1
2026-06-15T13:28:37.9506260Z    Compiling simple-dns v0.9.3
2026-06-15T13:28:38.0370827Z    Compiling serial-core v0.4.0
2026-06-15T13:28:38.3153464Z    Compiling aho-corasick v1.1.4
2026-06-15T13:28:38.3988087Z    Compiling simdutf8 v0.1.5
2026-06-15T13:28:38.4824259Z    Compiling smol_str v0.1.24
2026-06-15T13:28:38.5898691Z    Compiling winnow v0.7.15
2026-06-15T13:28:38.6760653Z    Compiling resolv-conf v0.7.6
2026-06-15T13:28:38.7028731Z    Compiling sha1_smol v1.0.1
2026-06-15T13:28:38.7147842Z    Compiling constant_time_eq v0.4.2
2026-06-15T13:28:38.9050730Z    Compiling toml_write v0.1.2
2026-06-15T13:28:38.9327730Z    Compiling winreg v0.10.1
2026-06-15T13:28:38.9541536Z    Compiling arrayvec v0.7.6
2026-06-15T13:28:39.0265095Z    Compiling regex-syntax v0.8.10
2026-06-15T13:28:39.1385516Z    Compiling arrayref v0.3.9
2026-06-15T13:28:39.1732614Z    Compiling iroh-dns v0.98.0
2026-06-15T13:28:39.2302607Z    Compiling schemars_derive v1.2.1
2026-06-15T13:28:39.4649464Z    Compiling spt-msg v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T13:28:39.4904364Z    Compiling serial-windows v0.4.0
2026-06-15T13:28:39.7737767Z    Compiling lru v0.16.4
2026-06-15T13:28:39.7989864Z    Compiling webpki-roots v1.0.7
2026-06-15T13:28:39.9200025Z    Compiling seize v0.5.1
2026-06-15T13:28:39.9328113Z    Compiling darling_core v0.23.0
2026-06-15T13:28:39.9855785Z    Compiling serde_bytes v0.11.19
2026-06-15T13:28:39.9908092Z    Compiling hmac v0.12.1
2026-06-15T13:28:40.0111770Z    Compiling iroh v0.98.2
2026-06-15T13:28:40.1220990Z    Compiling hyper v1.10.1
2026-06-15T13:28:40.2313836Z    Compiling dyn-clone v1.0.20
2026-06-15T13:28:40.3275441Z    Compiling toml_edit v0.22.27
2026-06-15T13:28:40.3704324Z    Compiling cmov v0.5.4
2026-06-15T13:28:40.3948250Z    Compiling lazy_static v1.5.0
2026-06-15T13:28:40.5009824Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T13:28:40.5677764Z    Compiling anstyle v1.0.14
2026-06-15T13:28:40.6222191Z    Compiling utf8parse v0.2.2
2026-06-15T13:28:40.6277131Z    Compiling pin-utils v0.1.0
2026-06-15T13:28:40.6538402Z    Compiling bitflags v1.3.2
2026-06-15T13:28:40.6611321Z    Compiling ctutils v0.4.2
2026-06-15T13:28:40.7409441Z    Compiling nix v0.25.1
2026-06-15T13:28:40.7529753Z    Compiling anstyle-parse v1.0.0
2026-06-15T13:28:40.7711870Z    Compiling anstyle-wincon v3.0.11
2026-06-15T13:28:40.8525544Z    Compiling regex-automata v0.4.14
2026-06-15T13:28:40.8529852Z    Compiling shared_library v0.1.9
2026-06-15T13:28:40.9718766Z    Compiling papaya v0.2.4
2026-06-15T13:28:41.0065806Z    Compiling schemars v1.2.1
2026-06-15T13:28:41.0130954Z    Compiling hkdf v0.12.4
2026-06-15T13:28:41.0881122Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T13:28:41.1481506Z    Compiling serial v0.4.0
2026-06-15T13:28:41.1752849Z    Compiling filedescriptor v0.8.3
2026-06-15T13:28:41.4543950Z    Compiling hyper-util v0.1.20
2026-06-15T13:28:41.4544637Z    Compiling backon v1.6.0
2026-06-15T13:28:41.6145893Z    Compiling anstyle-query v1.1.5
2026-06-15T13:28:41.7545521Z    Compiling colorchoice v1.0.5
2026-06-15T13:28:41.7656894Z    Compiling paste v1.0.15
2026-06-15T13:28:41.8979584Z    Compiling instability v0.3.12
2026-06-15T13:28:41.9180919Z    Compiling shell-words v1.1.1
2026-06-15T13:28:42.1380062Z    Compiling toml v0.8.23
2026-06-15T13:28:42.2500627Z    Compiling downcast-rs v1.2.1
2026-06-15T13:28:42.3001563Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T13:28:42.3232790Z    Compiling foldhash v0.1.5
2026-06-15T13:28:42.3708046Z    Compiling portable-pty v0.8.1
2026-06-15T13:28:42.4122322Z    Compiling anstream v1.0.0
2026-06-15T13:28:42.4521577Z    Compiling hashbrown v0.15.5
2026-06-15T13:28:42.6259206Z    Compiling spake2 v0.4.0
2026-06-15T13:28:42.6940442Z    Compiling strum_macros v0.26.4
2026-06-15T13:28:42.9110864Z    Compiling igd-next v0.17.1
2026-06-15T13:28:42.9700167Z    Compiling regex v1.12.3
2026-06-15T13:28:43.0573281Z    Compiling crossterm_winapi v0.9.1
2026-06-15T13:28:43.0734979Z    Compiling terminal_size v0.4.4
2026-06-15T13:28:43.1286749Z    Compiling itertools v0.13.0
2026-06-15T13:28:43.1945672Z    Compiling darling_macro v0.23.0
2026-06-15T13:28:43.2462953Z    Compiling castaway v0.2.4
2026-06-15T13:28:43.3674005Z    Compiling spt-runtime v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T13:28:43.4512257Z    Compiling sha1 v0.10.6
2026-06-15T13:28:43.5195466Z    Compiling unicode-width v0.1.14
2026-06-15T13:28:43.5448333Z    Compiling doctest-file v1.1.1
2026-06-15T13:28:43.6113973Z    Compiling darling v0.23.0
2026-06-15T13:28:43.7120921Z    Compiling indoc v2.0.7
2026-06-15T13:28:43.7124057Z    Compiling clap_lex v1.1.0
2026-06-15T13:28:43.7165672Z    Compiling recvmsg v1.0.0
2026-06-15T13:28:43.8454109Z    Compiling static_assertions v1.1.0
2026-06-15T13:28:43.8827749Z    Compiling clap_builder v4.6.0
2026-06-15T13:28:43.9510159Z    Compiling compact_str v0.8.2
2026-06-15T13:28:44.0001814Z    Compiling interprocess v2.4.2
2026-06-15T13:28:44.0483649Z    Compiling crossterm v0.28.1
2026-06-15T13:28:44.0899411Z    Compiling lru v0.12.5
2026-06-15T13:28:44.2942228Z    Compiling spt-term v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T13:28:44.6431016Z    Compiling unicode-truncate v1.1.0
2026-06-15T13:28:44.7376550Z    Compiling wmi v0.18.4
2026-06-15T13:28:44.7377037Z    Compiling strum v0.26.3
2026-06-15T13:28:44.9023439Z    Compiling clap_derive v4.6.1
2026-06-15T13:28:44.9298146Z    Compiling unicode-width v0.2.0
2026-06-15T13:28:45.2036340Z    Compiling spt-live v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T13:28:45.3416857Z    Compiling cassowary v0.3.0
2026-06-15T13:28:45.3470729Z    Compiling nucleo-matcher v0.3.1
2026-06-15T13:28:45.4856256Z    Compiling qrcode v0.14.1
2026-06-15T13:28:46.0865145Z    Compiling ratatui v0.29.0
2026-06-15T13:28:46.1753659Z    Compiling tempfile v3.27.0
2026-06-15T13:28:46.4524945Z    Compiling portmapper v0.16.0
2026-06-15T13:28:47.1200238Z    Compiling clap v4.6.1
2026-06-15T13:28:57.7414773Z    Compiling rustls-webpki v0.103.13
2026-06-15T13:28:59.8995861Z    Compiling tokio-rustls v0.26.4
2026-06-15T13:28:59.8996314Z    Compiling noq-proto v0.17.0
2026-06-15T13:28:59.8996642Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T13:29:00.0381404Z    Compiling hyper-rustls v0.27.9
2026-06-15T13:29:00.0381749Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T13:29:00.0382058Z    Compiling tokio-websockets v0.13.2
2026-06-15T13:29:00.1836444Z    Compiling reqwest v0.13.4
2026-06-15T13:29:01.0732420Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T13:29:16.6536161Z    Compiling spt-net v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T13:29:17.9315379Z    Compiling spt-daemon v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T13:29:25.5277457Z    Compiling spt v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T13:29:31.7676204Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-06-15T13:29:31.7888833Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-1e91eef6e30fa06a.exe)
2026-06-15T13:29:31.8320305Z 
2026-06-15T13:29:31.8320558Z running 1 test
2026-06-15T13:29:38.9254196Z test new_brain_serves_against_old_broker ... ok
2026-06-15T13:29:38.9254458Z 
2026-06-15T13:29:38.9254659Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.09s
2026-06-15T13:29:38.9254931Z 
